Component: TMidiGen V2.0 --------- Author: Alan Warriner - alan.warriner@bigfoot.com ------ http://www.alan-warriner.co.uk Installation ------------ Delphi 4 -------- Unzip the Delphi archive. Copy the MidiGen.dcu and TMidiGen.dcp files to the ..Delphi\Lib folder. Copy TMidiGen.bpl to ..Delphi\Bin folder Start Delphi and select: Component -> Install Packages Click on Add Browse to the location of TMidiGen.bpl (..Delphi\Bin) Select TMidiGen.bpl OK all the way back to Delphi TMidiGen should now be installed on the Samples Palette. Other Versions Of Delphi ------------------------ Extract the Delphi Component Source.zip files (MidiGen.pas, TMidiGen.res & TMidiGen.dpk) into a folder. Start Delphi Select the File -> Open Project menu option. Select files of type Delphi Package (*.dpk) from the File Open dialog. Browse to the folder where the files were un-zipped. Select TMidiGen.dpk From the small dialog which appears select Compile. The compiler will complain that it needs VCLx.y or something similar, select OK. When compilation is complete select Install.